CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - suffix tree

搜索资源列表

  1. Suffix_tree

    0下载:
  2. Suffix tree的相关查找,定位,Suffix_tre用于基因查找中很有用处.-Suffix tree related to search, positioning, Suffix_tre search for the gene had very useful.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2381
    • 提供者:叶剑
  1. suffixtree

    0下载:
  2. 中科院计算所的关于后缀树的一个ppt,内容是英文的-calculation of the Chinese Academy of Sciences on a suffix tree ppt, as is the English
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:26811
    • 提供者:陈颍
  1. libsfxdisk-1[1].2.tar

    0下载:
  2. 后缀数存储算法,利用后缀树(sufixtree)存储,搜索数据,可以达到C*O(n)的复杂度-suffix several storage algorithm, the use of the suffix tree (sufixtree) storage, search, which can reach C * O (n) the complexity
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15145
    • 提供者:董骝焕
  1. suffix_tree

    0下载:
  2. 后缀树的算法实现。基本定义在suffixtree.h中,具体实现参见suffixtree.c.-Suffix tree algorithm. Basic definitions in suffixtree.h, the concrete realization see suffixtree.c.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:13501
    • 提供者:aasl
  1. suffixtree

    0下载:
  2. suffix tree and related documents
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:11184
    • 提供者:范晓莉
  1. suffixtree

    0下载:
  2. this is an implement of suffix tree in java which is used as search in dectionary
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3377
    • 提供者:NeeL
  1. SuffixTree

    0下载:
  2. 重要算法后缀树的实现,非常实用-Important algorithm for the realization of the suffix tree
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:2508
    • 提供者:tr0j4n
  1. 10253

    0下载:
  2. 本代码是在KMP算法上加以改进后,实现对一个字串求最长重复子序列。该算法可以与后缀树有相同原理。-The code is in the KMP algorithm be improved to realize for the longest string of a repeat sequence. The suffix tree algorithm with the same principle.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:946
    • 提供者:fppling
  1. tree

    0下载:
  2. 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1532
    • 提供者:ty
  1. suffix_Tree

    0下载:
  2. 后缀树构造程序,输入字符串,产生该字符串的后缀树结构-Suffix tree construction process, input string, resulting in the string suffix tree structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:901565
    • 提供者:索永强
  1. suffixtree

    0下载:
  2. 后缀树入门,包括关于后缀树的一些理解.pdf 后缀树入门.ppt-suffix tree production
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:210211
    • 提供者:wutiangan
  1. gsuffix-1.0.0.tar

    0下载:
  2. 该gsuffix库实现枚举的字符串搜索使用 serveral的算法。它采用了后缀树和后缀数组的数据结构,以及一些其他方法。-The gsuffix library implements serveral algorithms used for enumerative string searches. It incorporates the suffix tree and suffix array data structures as well as some other methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:892339
    • 提供者:johnslion
  1. suffix-tree

    0下载:
  2. Suffix tree implementation in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:30953
    • 提供者:xiaohui
  1. st

    0下载:
  2. 我自己写的关于后缀树的实现,可以参考。 implementation of suffix tree, just for reference.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:720
    • 提供者:bigbear802
  1. suffixtree

    0下载:
  2. 后缀树的代码,比较长,不是我写的,别人给的学习用的。-Suffix tree code, the longer, not mine, and others use to learn.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3600
    • 提供者:XCW
  1. stree

    0下载:
  2. Suffix Tree implementation in C String matching using suffix trees and suffix arrays
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5934
    • 提供者:Rahul Kulkarni
  1. string

    0下载:
  2. 字符串匹配算法研究 字符串匹配 前缀 后缀 kmp算法 后缀树-with internet booming, the amount of information gets more and more. How to find the target information in such tramendous data is the key in web searching develepment. In this end the string matching algorithm takes
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16605
    • 提供者:neufox
  1. StringCon

    0下载:
  2. 字符串的比对函数。字符串的比对应用了后缀树的比对是数据库的重要应用。-String comparison functions. Strings than on the application of the suffix tree alignment is an important application of the database.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:195304
    • 提供者:Anhui Huang
  1. Suffix

    0下载:
  2. 后缀树,自然语言处理,字符串重复匹配,这是java版的源代码-Suffix tree, natural language processing, the string matching repeat, this is the version of java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:26723
    • 提供者:张才东
  1. suffixtree-master

    0下载:
  2. Suffix Tree 搜索实现,运用suffix tree前缀查找功能实现搜索(Suffix Tree search implementation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:24576
    • 提供者:chrisfyu
« 12 3 »
搜珍网 www.dssz.com